Product Information > JADE Initialization File Reference > Chapter 1 - JADE Initialization File > VersionPos

VersionPos

Integer, Integer, Integer, Integer

Correct default values

Purpose

The VersionPos parameter specifies the position of the version label and your application version on the start-up, or splash, screen. (For JADE, this displays the Release: label and the release version.

You can use the appVersion property of the Application class to specify the application documentation that is displayed in your default About box; for example, the Version: label on your customized start-up screen.)

The value of <default> specifies that JADE uses what it recognizes as the correct default values. The parameter value is based on 96 dots per inch (that is, 96 dpi). The splash screen positions are scaled if the user has a different dpi setting.

The first and second integer values (indicating the x and y points) are the horizontal and vertical coordinates of the version label in pixels, respectively, relative to the top left corner of the window. The third and fourth integer values (indicating the x2 and y2 points) are the horizontal and vertical coordinates of the version text in pixels, respectively, relative to the top left corner of the window.

This positions the displayed version label and text, which are displayed in the following form.

Version: version

The version value is obtained from the Application class when the database is opened. If the positions are not valid or you specify No, the version label and text are not displayed.

Parameter is read when …

The client node is next initialized.